@charset "utf-8";
.panel {
border: none;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
padding-top: 10px;
height: 100%;
overflow: hidden;
}
.xhcj-classification-content{margin-top:20px;}
.panel-heading {
padding: 0;
background: none;
border-bottom: none;
    border-top-right-radius: 3px;
border-top-left-radius: 3px;
}

.ptheading .panel-title {
height: 29px;
line-height: 29px;
border-bottom: none;
font-size: 16px;
background: #ededed;
padding-left: 10px;
margin-top: 5px;
font-weight: bold;
position: relative;
}

.ptheading .panel-title span {
border-bottom: none;
bottom: 0;
padding-right: 0;
position: absolute;
}
.pull-left {
float: left!important;
}

.panel-title span em {
font-style: normal;
color: #f56e00;
font-size: 16px;
}
.panel-body {
padding: 15px 0;
}
.panel-body:before, .panel-body:after {
display: table;
content: " ";
}
.row:before, .row:after {
display: table;
content: " ";
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.mb20 {
margin-bottom: 20px;
}

.col-md-4 {
 width: 202px;
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

.qrcode {
text-align: center;
background: #e5f3ff;
padding-top: 26px;
height: 190px;
font-size: 14px;
line-height: 22px;
}
.qrcode img {
width: 112px;
height: 112px;
}